home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m14h10.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  222 b   |  10 lines

  1. on mouseDown
  2.   set the moveableSprite of sprite 22 to 0
  3.   if pressLessonButton(22) then
  4.     pupSprites(1, 48, 0)
  5.     set textString to the text of field "lesson text"
  6.     printText(textString)
  7.   end if
  8.   updateStage()
  9. end
  10.